home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 201 / DPCS1104.ISO / Full / QuickBooks / QBTutor / Lesson4 / Lesson4.dcr / 00162_Form Template field talk-about selected.ls < prev    next >
Encoding:
Text File  |  2001-02-01  |  245 b   |  14 lines

  1. property spriteNum
  2.  
  3. on doListSelect
  4.   t = sprite(spriteNum).member.text
  5.   case t of
  6.     "Service Invoice":
  7.       go("Form:Service")
  8.     "Product Invoice":
  9.       go("Form:Product")
  10.     "Professional Invoice":
  11.       go("Form:Prof")
  12.   end case
  13. end
  14.